Skip to content

chore: remove debug scripts and HTML/screenshot artifacts#18

Merged
hdmGOAT merged 2 commits into
developmentfrom
chore/remove-debug-files
Jun 18, 2026
Merged

chore: remove debug scripts and HTML/screenshot artifacts#18
hdmGOAT merged 2 commits into
developmentfrom
chore/remove-debug-files

Conversation

@hdmGOAT

@hdmGOAT hdmGOAT commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

Removes 7 tracked debug/scratch files that were committed to apps/backend/ root and have no production purpose:

File Reason
debug_allevents.py One-off Playwright scrape-and-dump script
debug_happeningnext.py Debug script for capturing page HTML/screenshot
debug_detail_happeningnext.py CSS selector prototyping script
debug_detail_page.html 83 KB raw HTML dump from debug session
debug_page.html 31 KB raw HTML dump from debug session
debug_screenshot.png 21 KB browser screenshot from debug session
check_schema.py Scratch script that prints DB column names via raw SQL

Not included

  • Migration cleanup (00130016 merge migrations) — all are referenced in the dependency chain and removing them would break environments that have already applied them.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores

    • Removed internal development and debugging scripts along with temporary debug output files to streamline the codebase.
  • Style

    • Updated the application's sidebar branding text.
    • Removed the fallback UI element that previously displayed on the page header.

hdmGOAT and others added 2 commits June 18, 2026 09:02
…and email

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…root

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ff7b273d-94c9-42ba-84b5-a593b07d3f03

📥 Commits

Reviewing files that changed from the base of the PR and between 125c12b and ddc8905.

⛔ Files ignored due to path filters (1)
  • apps/backend/debug_screenshot.png is excluded by !**/*.png
📒 Files selected for processing (8)
  • apps/backend/check_schema.py
  • apps/backend/debug_allevents.py
  • apps/backend/debug_detail_happeningnext.py
  • apps/backend/debug_detail_page.html
  • apps/backend/debug_happeningnext.py
  • apps/backend/debug_page.html
  • apps/frontend/src/lib/components/PageHeader.svelte
  • apps/frontend/src/lib/components/Sidebar.svelte
💤 Files with no reviewable changes (7)
  • apps/backend/debug_detail_happeningnext.py
  • apps/frontend/src/lib/components/PageHeader.svelte
  • apps/backend/debug_page.html
  • apps/backend/debug_detail_page.html
  • apps/backend/check_schema.py
  • apps/backend/debug_happeningnext.py
  • apps/backend/debug_allevents.py

📝 Walkthrough

Walkthrough

Removes six backend debug artifacts (check_schema.py, debug_allevents.py, debug_happeningnext.py, debug_detail_happeningnext.py, debug_detail_page.html, debug_page.html). In the frontend, Sidebar.svelte updates brand text to "VEENT SCRAPER" and removes the admin email line; PageHeader.svelte removes the {:else} fallback block from the action slot.

Changes

Debug Cleanup and Frontend UI Updates

Layer / File(s) Summary
Backend debug file deletions
apps/backend/check_schema.py, apps/backend/debug_allevents.py, apps/backend/debug_happeningnext.py, apps/backend/debug_detail_happeningnext.py, apps/backend/debug_detail_page.html, apps/backend/debug_page.html
Removes the DB schema inspection script, three Playwright/StealthyFetcher debug scripts for allevents.in and happeningnext.com, and two raw captured HTML files (event detail page and Cloudflare challenge page).
Sidebar brand text and user footer
apps/frontend/src/lib/components/Sidebar.svelte
Replaces "VEENT." accent text with "VEENT SCRAPER" in both the mobile top bar and the desktop aside header. Removes the admin@veent.io secondary label from the user footer.
PageHeader action fallback removal
apps/frontend/src/lib/components/PageHeader.svelte
Removes the {:else} fallback block inside {#if action}, so no date/icon placeholder is rendered when the action snippet is absent.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • potakaaa

Poem

🐇 Hop hop, the debug files are gone,
No Cloudflare pages to drag on!
The sidebar now says "SCRAPER" with flair,
And headers shed their else with care.
A cleaner warren, tidy and bright —
This little rabbit says: looks right! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main objective of the PR: removing debug scripts and HTML/screenshot artifacts from the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-debug-files

Comment @coderabbitai help to get the list of available commands and usage tips.

@hdmGOAT hdmGOAT merged commit 00e70d0 into development Jun 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant